/*!
Theme Name: evisera
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: evisera
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

evisera is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
	text-align:center;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 18px;
	line-height: 1.5;
}
footer {color:#ccc;font-size:15px}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	color:#555;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
color: #ffffff;background: rgba(66,195,27, 1);border-radius:10px;padding:10px 25px;
	font-size: 20px;
	line-height: 1;
	border:none;/*margin-left:21px;*/

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	/*margin-left:21px;*/
	width:90%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 90%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: black;
	text-decoration:none;
}

p a {
    color: #10b8c7;
}

a:visited {
	color: black;
}

a:hover, a:focus, a:active {
	color: #3595d6;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}


.prod a {color: #10b8c7 !important}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

nav ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

nav ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	    background: white;
}

nav ul ul ul {
	left: -999em;
	top: 0;
}

nav ul ul li:hover > ul,
nav ul ul li.focus > ul {
	left: 100%;
}

nav ul ul a {
	width: 200px;
}

nav ul li:hover > ul,
nav ul li.focus > ul {
	left: auto;
}

nav li {
	float: left;
	position: relative;
}

nav a {
	display: block;
	color:white;
	text-decoration: none;
}

/* Small menu. */
nav.toggled ul {
	display: block;
}


@media screen and (min-width: 480px) {
	nav ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
margin: 15px 25px;
    width: 135px;
}

.resp-sharing-button {
  border-radius: 38px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  clear:both;
}

.resp-sharing-button p {margin:0;padding:0;}
.resp-sharing-button p span {font-size:24px;}

.resp-sharing-button__icon svg {
  width: 33px;
  height: 33px;
  margin-right: 0;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9;
  color:white;
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373;color:white;
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e;color:white;
}


.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}




body,html {overflow-x:hidden !important;}
#top {background: #FFF;border-top:40px solid #f5f5f5;position:fixed;top:0;left:0;width:100%;height:120px;z-index:9999;}
#h {width:1060px;height:100px;margin:0 auto;padding-top:9px;}
#logo {width:250px;float:left;}
nav {float:right;}
nav ul li a {color:#222 !important;font-size:18px;margin:19px;}
#ctot {width:100%;margin-top:120px}
#c {width:100%;margin:0 auto;}

h3 {font-size: 23px;text-transform: uppercase; margin-top: 37px;}

#comments label {    width: 332px; display: block; float: left;text-align: right; padding-right: 11px;line-height: 33px;}
#comments textarea {width: 584px;float: left; margin-bottom: 39px;}
#comments input[type=text],#comments input[type=email],#comments input[type=url] {width:584px;}
#comments input[type=submit] {    float: right;    position: relative;    top: -58px;  left: -61px;}
#comments h2,#comments h3,.comment-notes{margin-left:332px !important;}
#comments ol .comment {    margin-left: 208px;  padding-left: 27px;}
#comments ol #respond {margin-left:-300px;}
#comments {padding-bottom:40px;}

#comments label[for=wp-comment-cookies-consent] {overflow: hidden;    width: 90px;    height: 25px;    margin-left: 242PX;}

.dfull {margin:0;background: #fff center repeat;width:100%;float:left;}
.eq {display:table;float:inherit}
.eq div {display:table-cell;float:inherit}
.eq .d2 div {width: 500px;
    margin: 0 5px 0 auto;
    display: block;}
.eq div p {margin:25px 10px;}
.eq div h2 {text-align:center;}

.d,#comments {width:1060px;margin:0 auto;}
.d1 {width:100%;}
.d2 {width:50%;float:left;}
.d3 {width:33%;float:left;text-align:center}
.d3 p {padding:0 12px;}
.d3x2 {width:67%;float:left;}
.d500 {width:500px;margin:0 auto;}
.contain {width:686px;min-height:250px;margin:35px auto;}
.contain2 {background:white;border-radius:35px;text-align:center;padding:15px;}

.d500 h2 {text-align:center;}
.c {text-align:center;}

.imageround {overflow:hidden;border-radius:50%;width:400px;height:400px;margin:30px auto;}
.txtround {background:radial-gradient(white 32%, lightyellow 36%,#ccc 62%,#3595d6 64%, #DDD 71%);overflow: hidden;    border-radius: 50%;    width: 400px;height: 400px; margin: 30px auto;    text-align: center;  padding-top: 68px;}
.circle {    border: 4px solid #000;    margin: 160px auto 0;    width: 137px;    height: 137px;    border-radius: 50%;    line-height: 137px;    letter-spacing: 4px;    font-weight: bold;    font-size: 41px;    color: #000;    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);    text-align: center;}

.icontot {margin-bottom:50px;}
.icon {display:block;text-decoration:none;width:100%;height:117px;position:relative;margin:40px 0 20px}
.fa {color:#dd3333 !important;font-size:8em !important;position:relative;top:-12px;left:12px;z-index:99;text-decoration:none;}
.icon .bgicon {width:100px;height:100px;border-radius:50%;background:#ddd;display:block;position:absolute;top:0;left:25px}
.icon .iconc {width: 150px;height: 100px;margin: 0 auto;position: relative;top: 0;left: 0;}
.icon .bgicon b,.iconbig div b {display:none;}
.iconbig {margin-top:35px;height:330px}
.iconbig a {color:white !important;font-size:17em !important;    position: relative;top: 42px;}
.iconbig div {width:180px;height:180px;left:48px;top:16px;border-radius:50%;position:absolute;}
#row2icon {padding-top:40px !important;}

.chapterbutton div .vc_icon_element-icon {font-size: 11em !important;}

.chapters {padding-bottom:20px;position:relative;z-index:999;}
.chapters h2 {font-size:42px;}
.chapters u {display:block;float:right;text-transform:uppercase;color:white;margin:14px 0 90px;}
.chapters a {color:white;}
.chapter3 a,.chapter3 u {color:black;}

#chapter0 {    background-image: linear-gradient(to right top, rgb(40,53,147),rgb(245,0,87)) !important;color: white !important;}
.chapter1 {background-image: linear-gradient(to right top, green,blue) !important;color:white !important;}
.chapter2 {background-image: linear-gradient(to left, yellow -76%, green 76%) !important;color:white !important;}
.chapter3 {background-image: linear-gradient(to right top, orange 8%, yellow 60%) !important;color:black !important;}
.chapter4 {background-image: linear-gradient(to right top, purple 8%, orange 60%) !important;color:white !important;}
.chapter5 {background-image: linear-gradient(to right top, pink 18%, purple 60%) !important;color:white !important;}
.chapter6 {background-image: linear-gradient(to right top, darkred 18%, red 60%) !important;color:white !important;}
.chapter7 {background-image: linear-gradient(to right top, #2c3338 18%, #c0c0c0 60%) !important;color:white !important;}
.chapter8 {background-image: linear-gradient(to right top, #5e8b00 18%, #2c3338 60%) !important;color:white !important;}

.chapterplace {    z-index: 999;
    top: 140px;
    left: 0;
    width: 278px;
    text-align: left;}

.internallink {display: block;
    width: 100%;
    height: 80px;}

#p11 {height:819px;padding-top:38px;}
#p11 .contain h1 {      margin-bottom: 60px;    font-size: 69px;}
#p12 h2 {text-align:center;margin:37px 0;font-size:55px;}
#p12 h2 span {display:block;width:100%;font-size:145px;font-weight:bolder;letter-spacing:20px;position:relative;top:-47px;left:5px;}
#p12 h2 span b {color:#dd3333}

.d ul,.dfull ul {list-style-type:none;margin:0 0 25px;}
.d ul li,.dfull ul li {padding:10px 0 10px 40px;}
.d ul li:before,.dfull ul li:before {content: "\2606"; margin-left: -30px;display: block; width: 30px; height: 100%; float: left;}
.film {display:block;width:688px;background:black;height:478px;padding:128px 5px 8px}

#newsletter input[type=text] {text-align:center !important;}

.widget {width:30%;float:left;}
#secondary {width:100%;clear:both;}
.post-thumbnail { display: block;    width: 200px;    height: 200px;    overflow: hidden;    border-radius: 50%;    margin: 0 auto;}
.post-thumbnail img {height:200px !important;}

footer.entry-footer {display:none;}
footer .small {position:relative;top:-18px;}
/*background: linear-gradient(0deg, #456 0%, transparent 47%, #456 102%),linear-gradient(90deg, rgba(19,19,209,1) 0%, red 47%, #aad400 89%);*/
footer.site-footer {background: #222;width:100%;text-align:center;padding-top:1px;}
footer p {color:white;margin-top:35px;}
footer.site-footer a {text-decoration: underline dotted;color: white !important;}
footer #footer1st {color:white;font-size: 23px;margin: 0 auto;width: 500px;}
footer #footer2nd {color:white;font-size: 23px;margin: 25px auto;width: 726px;}

.btn,.btn:visited, .prod a.btn, .prod a.btn:visited {display:inline-block;color: #ffffff !important;background: rgba(66,195,27, 1);border-radius:10px;padding:10px 25px;}
a.btn:hover {color:white !important;}

#start h1 {font-weight:normal;text-align:left;font-family: arial;
    line-height: 52px;
    text-align: left;
    margin-top: 95px;}

.iconstart {    font-size: 31px;
    background: #49c7f7;
    line-height: 35px;
    position: relative;
    top: 43px;
    width: 40px;
    float: left;
    border-radius: 50%;
    height: 40px;
    left: 29px;
    color: white;}
.iconstarttext {margin-left:99px;text-align:left;}
.iconstarttext h3 {text-transform:initial;line-height: 24px;    font-size: 18px;margin:0}
.iconstarttext p {padding:0;margin-top:10px;color:#777;}
h2 {text-align: center;
    font-size: 33px !important;
    margin-bottom: 25px !important;
    font-weight: 500;}
#subinfo {width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
    font-size: 23px;
    }
#primary	{position: relative;
    top: -27px;}

.prod .wpb_single_image {margin-bottom:0 !important}
.prod .wpb_text_column {margin:20px !important;}
.prod h1 {    font-size: 22px !important;    font-style: normal;font-weight: normal !important;    line-height: 24px;    color: #444444;margin-top: 28px;
    margin-bottom: 10px;text-align:left;}	
.prod h2 {font-size:19px !important;font-weight:normal;text-align:left;margin:15px 0 0px 0 !important;}
.prod p {margin:0 0 20px 0 !important}
.mobonly {display:none;}
@media screen and (max-width: 480px) {
	.mobonly {display:inline}
	.mobnone {display:none}
	#starttopleft, #starttopright {width:100% !important;}
	#toppbort .wpb_content_element {margin-top:0 !important;}
	#thecontactform input[type="submit"] {float:left;margin-left:29px !important;    width: 90%;}
	#moreinformation {    text-align: center !important; margin-top: 0px !important;
    padding-left: 0px !important; 
    margin-bottom: 95px !important;}
	#subinfo {text-align:center;}
	h2 {    font-size: 25px !important;
    font-weight: normal;}
	#top {border-top:none;}
	#mobknapp {width:30px;height:30px;float:right;background: url("https://evisera.se/mobilknapp.jpg") no-repeat top left;    position: relative;
    left: -42px;
    top: 10px;}
	nav ul ul {position:static !important;border-left:none;box-shadow:none;margin-left:30px;}
	nav ul ul li a {width:100%;}
	#start h1 {line-height: 41px; font-size: 28px;text-align: center; margin-top: 10px !important;}
	.iconstarttext p {margin-bottom:0 !important;}
	#starticon .d3 {margin:0 !important;}
	#starticon #starticonlast {margin-bottom:50px !important;}
	#main ul {margin-left:26px;color:#777;}
	footer #footer1st,footer #footer2nd {width:100% !important;}
	#ctot {margin-top:64px}
	#page {width:100%;}
	#top {height:66px;}
	#h {width:100% !important;}
	.d {width:100% !important;padding: 0 5px}
	.eq {display:block;float:left}
	.eq div {display:block;float:left}
	.eq .d2 div {width:100%;}
	nav {width:100% !important;display:none;}
	nav li {    width: 100%;
    background: white;}
	.d2,.d3,.d3x2 {width:100% !important;margin:15px 0 }
	.d500 {width:100%;}
	.d500 p {margin:20px 10px;}
	.imageround {width:100%}
	.txtround {width:100%}
	.icon {margin:19px 0 7px !important}
	.icon div {left:35%;top:7px;}
	h2 {text-align:center;}
	ul,ol{margin:0;padding:0}
	input[type=submit]{position: relative;top: -9px;}
	.contain {width:100% !important;padding:0 20px}
	.icontot {margin-bottom:0px;width: 49% !important;}
	#p11 {background-position: -214px 417px;height:774px;}
	#p11 .contain {margin-top:65px !important;}
	#p11 .contain h1 {    color: darkgrey;    line-height: 50px;    text-align: center;    margin: 0 0 63px;    font-size: 24px !important;    letter-spacing: 3px;}
	nav ul li a {font-size:17px !important;margin:9px !important;}
	video {width:100% !important;height:310px;position: relative;top: -29px;}
	/*#logo {width:50px}
	#logo a img {width:50px;margin-left:15px;}*/
	body {font-size:18px !important;}
	footer .site-info {height:initial}
	.nomob{display:none;}
	#p12 h2 {text-align:center;font-size:37px;}
	#p12 h2 span {display:inline;width:100%;font-size:80px;letter-spacing:20px;top:-12px;}
	.film {display:block;width:100%;background:black;height:266px;padding:94px 5px 8px}
	#menu-item-33 a{margin-right:0 !important;}
	/*seopage lift out?*/
	.chapters .d3, .chapters .d3x2 {margin:0 !important;}
	.iconbig, .icobig {height:200px;position:absolute;width:98% !important;}
	.chapters u {margin:5px 5px 261px !important;}
	.chapters h2 {margin:0;}
	.chapters .iconbigbg {width:80% !important;left:10%;position:absolute;}
	#smallvirus {left:-40px!important;}
	#D3Cube {left:25% !important;}
	#reachout {position:absolute;top: 254px !important;left: 144px !important;transform: rotate(-116deg) !important;}
	#dollarsign {    transform: rotate(29deg);}
	#themobile{top:-3px !important;}
	.eye{top:-141px !important;left:30% !important;}
	.internallink {height:61px !important;}
	/*end seo liftout*/

	#comments label {    width: 100%; display: block; float: left;text-align: left; padding-right: 0;line-height: 33px;}
	#comments textarea {width: 100%;float: left; margin-bottom: 39px;}
	#comments input[type=text],#comments input[type=email],#comments input[type=url] {width:100%;}
	#comments input[type=submit] {    float: left;    position: static;margin:5px 0 0 130px;    top: -58px;  left: -61px;}
	#comments h2,#comments h3,.comment-notes{margin-left:0 !important;}
	#comments ol .comment {    margin-left: 0;  padding-left: 27px;}
	#comments ol #respond {margin-left:0;}
	#comments {width:100% !important;padding:0 5px 60px;}
	#comments label[for=wp-comment-cookies-consent] {overflow: hidden;    width: 87px !important;    height: 25px;    margin-left: 0PX;}
	.comment-form-cookies-consent {position:absolute;width:150px;}
	label[for=wp-comment-cookies-consent] {width: 100px !important;float: left !important;text-align: right !important; padding-right: 7px !important;position:relative;top:-5px}

	.widget {width:100%;float:inherit;}
	footer .site-info {text-align: center !important;
    font-size: 13px !important;}

}

#special {padding:0 0;text-align:center}
#special p, #special ul {text-align:left}
#special p, #special ul {color:#555 !important;font-size:18px}
#special h2, .prod h2.h2normal {font-size: 33px !important;
    margin:25px 0 25px !important;
    text-align:center !important}

#imgtop {    width: 500px;
    border-radius: 19px;margin:40px auto 0 auto !important}